home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Internet & Communication / OmniWeb-5.1.2.dmg / OmniWeb.app / Contents / Resources / English.lproj / SourceWindow.toolbar < prev    next >
Text File  |  2005-10-24  |  2KB  |  82 lines

  1. {
  2.     itemInfoByIdentifier = {
  3.     Refetch = {
  4.         imageName = "RefetchSource";
  5.         label = "Refetch";
  6.         paletteLabel = "Refetch Source";
  7.         action = "reload:";
  8.         toolTip = "Reverts to original version of document";
  9.     };
  10.     
  11.     Redisplay = {
  12.         imageName = "RedisplaySource";
  13.         label = "Redisplay";
  14.         paletteLabel = "Redisplay in Browser";
  15.         action = "displayNewHTML:";
  16.         toolTip = "Shows current version of HTML in browser window";
  17.     };
  18.     
  19.     Reformat = {
  20.         imageName = "ReformatSource";
  21.         label = "Reformat";
  22.         paletteLabel = "Reformat HTML";
  23.         action = "reformat:";
  24.         toolTip = "Neatly organizes HTML source";
  25.     };
  26.     
  27.     Colorize = {
  28.         imageName = "ColorizeSource";
  29.         label = "Colorize";
  30.         paletteLabel = "Colorize HTML";
  31.         action = "recolor:";
  32.         toolTip = "Colorizes HTML syntax elements";
  33.     };
  34.     
  35.     Compact = {
  36.         imageName = "CompactSource";
  37.         label = "Compact";
  38.         paletteLabel = "Compact HTML";
  39.         action = "compact:";
  40.         toolTip = "Removes unnecessary white space from HTML source";
  41.     };
  42.     
  43.     Store = {
  44.         imageName = "StoreSource";
  45.         label = "Store";
  46.         paletteLabel = "Store to Server";
  47.         action = "store:";
  48.         toolTip = "Saves edited source to the server it came from (if possible)";
  49.     };
  50.  
  51.     Save = {
  52.         imageName = "SaveSource";
  53.         label = "Save";
  54.         paletteLabel = "Save to Disk";
  55.         action = "save:";
  56.         toolTip = "Saves edited source to a locally mounted volume";
  57.     };
  58.     
  59.     Smaller = {
  60.         imageName = "SmallerText";
  61.         label = "Smaller";
  62.         paletteLabel = "Smaller Text";
  63.         action = "decreaseSize:";
  64.         toolTip = "Decreases font size";
  65.     };
  66.  
  67.     Bigger = {
  68.         imageName = "BiggerText";
  69.         label = "Bigger";
  70.         paletteLabel = "Bigger Text";
  71.         action = "increaseSize:";
  72.         toolTip = "Increases font size";
  73.     };
  74.         
  75.     };
  76.     
  77.     
  78.     defaultItemIdentifiers = ( Refetch, Save, Store, NSToolbarSeparatorItem, Redisplay, NSToolbarSeparatorItem, Compact, Reformat, NSToolbarFlexibleSpaceItem );
  79.     
  80.     allowedItemIdentifiers = ( Refetch, Save, Store, Redisplay, Compact, Reformat, Colorize, NSToolbarPrintItem, NSToolbarShowColorsItem, Smaller, Bigger, NSToolbarSeparatorItem, NSToolbarSpaceItem, NSToolbarFlexibleSpaceItem, NSToolbarCustomizeToolbarItem );
  81. }
  82.